Use Maven central repo rather than Apache#13921
Merged
paul-rogers merged 2 commits intoapache:masterfrom Mar 13, 2023
Merged
Conversation
1 task
airlock-confluentinc bot
pushed a commit
to confluentinc/druid
that referenced
this pull request
Jul 1, 2025
* Use Maven central repo rather than Apache * Disable snapshots
10 tasks
pinaki-basu
added a commit
to confluentinc/druid
that referenced
this pull request
Jul 1, 2025
* test: Semaphore build changes * Try configs which are working for druid-30 * Test fix * Remove -T1C as lock contentions are causing builds to fail * Remove -T1C and -T2 flags * Try fixes * Copy the semaphore configs from #318 which was working and completed Install in 6mins * Increase verbosity of maven logs * Remove cache clear and set maven logging to INFO level * Try adding back cache clear and observe logs: Druid-core is being built on druid-25 but not druid-30 * Add -T1C flag back * Delete only settings.xml and bring back debug logs * Remove debug logs * Since build passes with -T1C, try removing cache clear * Add cache-clear since previous build failed and Play around with some configs. Enable debug logs too * Info level logging for the build which passed earlier * Revert changes to semaphore job * Use Maven central repo rather than Apache (apache#13921) * Use Maven central repo rather than Apache * Disable snapshots * Use sonatype maven central for plugin repositories (apache#13961) * Change search order of maven repositories * Update pom.xml * Minor fix * Play around with configs to test build times * Update pom.xml --------- Co-authored-by: Paul Rogers <paul-rogers@users.noreply.github.com> Co-authored-by: Abhishek Agarwal <1477457+abhishekagarwal87@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes the root
pom.xmlfile to use the Maven central repo to resolve dependencies rather than the Apache repo.Release note
No user-visible changes.
This PR has: